@darwinanddavis
require(RCurl)
script <- getURL("https://raw.githubusercontent.com/darwinanddavis")
eval(parse(text = script))
N <- 20 # set rep number p <- rep(rnorm(100),N) # repeat a random normal dist of 100 integers N times
git GUI tutorial and not the best way to use git. Â
Â
Â
Now we push the changes we made from our local repo to our Github cloud.
This creates a git repository on your local machine complete with version control.
 Â
You can dump the contents of any public repo, including its complete version history, onto your own computer, then upload it onto the cloud.
git from the command line